home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p21-24 / 00415_Script_415 < prev    next >
Text File  |  1994-07-31  |  397b  |  23 lines

  1. -- P23S5 init
  2. on exitFrame
  3.   global Step, NumFrames
  4.   set Step = 5
  5.   set NumFrames = 11
  6.   
  7.   -- allow timed annotations!
  8.   initAnnotations(30,2)
  9.   setAppearTime (1,0*60)
  10.   setAppearTime (2,1*60)
  11.   
  12.   global theGauge
  13.   mSetLevel(theGauge, Step)
  14.   
  15.   global LastQT
  16.   set LastQT = "P23S05"
  17.   cursor 4
  18.   preLoadCast the number of cast LastQT 
  19.   
  20.   setUpFastFwd()
  21.   cursor -1
  22. end
  23.